home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / tex / tex31 / manpages.lzh / PKTYPE.1 < prev    next >
Encoding:
Text File  |  1990-12-03  |  1.7 KB  |  67 lines

  1.  
  2.  
  3.  
  4.      PKTYPE(1)             UNIX 5.3 (8/8/90)             PKTYPE(1)
  5.  
  6.  
  7.  
  8.      NAME
  9.       pktype - translate a packed font file    for humans to read
  10.  
  11.      SYNTAX
  12.       pktype pk_file_name [output_file_name]
  13.  
  14.      DESCRIPTION
  15.       The pktype program translates    a packed font file (PK)
  16.       (output by, for example, gftopk(1) to    a file that humans can
  17.       read.    It also    serves as a PK file-validating program (i.e.,
  18.       if pktype can    read it, it's correct) and as an example of a
  19.       PK-reading program for other software    that wants to read PK
  20.       files.
  21.  
  22.       The pk_file_name on the command line must be complete.
  23.       Because the resolution is part of the    extension, it would
  24.       not make sense to add    on a default extension as is done with
  25.       TeX or DVI-reading software. If no output_file_name is
  26.       specified, the output    goes to    the stdout.
  27.  
  28.       The output file gives    a compact encoding of the packed
  29.       encoding, using conventions described    in the source code.
  30.       Run lengths of black pixels alternate    with parenthesized run
  31.       lengths of white pixels, and brackets    are used to indicate
  32.       when a row should be repeated.
  33.  
  34.      ENVIRONMENT VARIABLES
  35.       pktype uses the environment variable PKFONTS to search for
  36.       the PK file.    If PKFONTS is not set, it uses the variable
  37.       TEXFONTS.  If    TEXFONTS is not    set, it    uses the system
  38.       default: .  See tex(1) for the details of the    searching.
  39.  
  40.      SEE ALSO
  41.       dvitype(1), gftopk(1), gftype(1)
  42.       Donald Knuth et al., METAFONTware
  43.  
  44.      AUTHORS
  45.       Tomas    Rokicki    wrote the program, and Donald Knuth originally
  46.       ported it to Unix. It    was published as part of the
  47.       METAFONTware techical    report,    available from the TeX Users
  48.       Group.
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 12/3/90)
  64.  
  65.  
  66.  
  67.